projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1affd42
)
label: Fix focus implementation
author
Timm Bäder
<mail@baedert.org>
Wed, 8 Feb 2017 14:40:06 +0000
(15:40 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 31 Mar 2017 07:50:39 +0000
(09:50 +0200)
Don't return TRUE if we didn't actually focus anything.
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 54676ecff2f0e9ea7e2c940cbf8bc3208101a276..dd1b202fd4abf844bd024ceb2a942aa067478c8c 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-4735,9
+4735,11
@@
gtk_label_focus (GtkWidget *widget,
}
}
}
+
+ return TRUE;
}
- return
TRU
E;
+ return
FALS
E;
}
if (!info)